diff --git a/content/form_error.md b/content/form_error.md index 9c25099..1bd0137 100644 --- a/content/form_error.md +++ b/content/form_error.md @@ -1,28 +1,28 @@ --- title: Form Error date: 2021-12-18T03:10:36.000Z draft: false language: en -description: Failed form submission +description: form submission ---

⚠️ Error

Something went wrong with your submission.

It's probably on our end, but we most likely did not receive your message. Try using the Contact Details in spacedot.gr.

Back to Homepage
\ No newline at end of file diff --git a/content/form_ok.md b/content/form_ok.md index 7ca6c20..92f5116 100644 --- a/content/form_ok.md +++ b/content/form_ok.md @@ -1,27 +1,27 @@ --- title: Form Success date: 2021-12-18T03:10:36.000Z draft: false language: en description: Successful form submission ---

Thank you!

We have received your message and will respond to it shortly.

-

Sorry, we can't find that page. +

In the meantime, feel free to follow our social media!

Back to Homepage
\ No newline at end of file diff --git a/hugo.yaml b/hugo.yaml index 76b6deb..6cbcd1e 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,151 +1,151 @@ baseURL: '' title: PeakSat languageCode: en-us DefaultContentLanguage: en enableEmoji: true enableGitInfo: true enableRobotsTXT: true canonifyURLs: true paginate: 9 darkmode_js: - assets/js/darkmode.js enableInlineShortcodes: true markup: goldmark: extensions: definitionList: true footnote: true linkify: true linkifyProtocol: https strikethrough: true table: true taskList: true typographer: apostrophe: '’' disable: false ellipsis: '…' emDash: '—' enDash: '–' leftAngleQuote: '«' leftDoubleQuote: '“' leftSingleQuote: '‘' rightAngleQuote: '»' rightDoubleQuote: '”' rightSingleQuote: '’' parser: attribute: block: false title: true autoHeadingID: true autoHeadingIDType: github wrapStandAloneImageWithinParagraph: true renderer: hardWraps: false unsafe: true xhtml: false params: author: SpaceDot authorimage: ../assets/images/global/author.webp og_image: /images/tailbliss-cover.png moto: "A 3U Optical Communications Mission" description: "Started in 2023, PeakSat is a 3U CubeSat mission designed in the Aristotle University of Thessaloniki. It aims to demonstrate the capability of performing laser links with Optical Ground Stations in Greece, and to pave the way for a space-based quantum communications network." disable_theme_toggle: false disable_stay_uptodate: false p1: heading: "Find us at TIF!" image: "images/pages/event_1.jpg" content: - text: "AcubeSAT and PeakSat will be present at the Thessaloniki International Fair (TIF) from **9 to 17 September 2023**. Come visit us at the `akademia` pavilion **(Pavilion 14, AUTh stand)** to learn more about our missions and our projects." p2: heading: "The mission" - image: "images/global/PeakSat_patch_draft_purple.png" + image: "images/global/peaksat_patch_draft_purple.png" content: - text: "PeakSat is a 3U CubeSat mission that is being designed and developed at the Aristotle University of Thessaloniki. The mission is centred around the demonstration of advanced optical communications technology for both downlink and uplink, using the CubeSat platform." - text: PeakSat will be composed of COTS components, with the inclusion of some in-house developments and an optical terminal as a payload. The mission aims to achieve a 1 Gbps downlink at C-band and 100 Mbps uplink at L-band with the Holomondas Observatory in Halkidiki. p4: heading: "News" content: - text: "Updates from the development of PeakSat" social_media: github: enabled: false url: 'https://github.com/PeakSat' facebook: enabled: true url: 'https://www.facebook.com/spacedot.auth/' instagram: enabled: true url: 'https://www.instagram.com/spacedot.auth/' linkedin: enabled: true url: 'https://www.linkedin.com/company/spacedot/' menu: main: - identifier: about name: About url: /about/ weight: 20 - identifier: news name: News url: /categories/news/ weight: 30 - identifier: spacedot name: SpaceDot » weight: 50 url: https://spacedot.gr/ - identifier: acubesat name: AcubeSAT » url: https://acubesat.spacedot.gr/ weight: 40 footer: - identifier: about name: About url: /about/ weight: 10 - identifier: news name: News url: /categories/news/ weight: 30 markup: goldmark: renderer: unsafe: true taxonomies: category: Categories tag: Tags privacy: disqus: disable: false googleAnalytics: anonymizeIP: true disable: false respectDoNotTrack: false useSessionStorage: false instagram: disable: false simple: false twitter: disable: false enableDNT: false simple: false vimeo: disable: false enableDNT: false simple: false youtube: disable: false privacyEnhanced: true module: hugoVersion: extended: true min: "0.104.0" \ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html index 0b68333..d5809e9 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,441 +1,441 @@ {{ define "main" }}

{{ .Site.Title }}

{{ .Site.Params.Moto }}

{{ .Site.Params.Description}}

{{ $hero := resources.GetMatch "images/pages/PeakSat_render.png" }} {{ $thumb := ($hero.Resize "x400 webp q100") }} {{ $large := ($hero.Resize "x576 webp q100") }} Render of PeakSat
{{ $p1image := resources.Get .Site.Params.P1.Image }} {{ with $p1image }} {{ with .Resize (printf "%dx%d webp q90" .Width .Height) }} P1 {{ end }} {{ end }}

{{ .Site.Params.P1.Heading }}

{{ range .Site.Params.P1.Content }}

{{ .text | markdownify }}

{{ end }} {{ $logo := resources.GetMatch "images/pages/TIF_logo_el.png" }} {{ $thumb := ($logo.Resize "x400 webp q100") }} {{ $large := ($logo.Resize "x576 webp q100") }}
TIF logo

{{ .Site.Params.P2.Heading }}

{{ range .Site.Params.P2.Content }}

{{ .text }}

{{ end }}

{{ $p2image := resources.Get .Site.Params.P2.Image }} {{ with $p2image }} {{ with .Resize (printf "%dx%d webp q90" .Width .Height) }} p2 {{ end }} {{ end }}
{{ range .Site.Params.P3.Logos }}
{{ if .image }} {{ $sponsor := resources.Get .image }} {{ .alt }} {{ else }} {{ $sponsor := resources.Get "images/global/spacedot_circle.svg" }} {{ .alt }} {{ end }}
{{ end }}

{{ .Site.Params.P3.Heading }}

{{ range .Site.Params.P3.Content }}

{{ .text }}

{{ end }} {{ range .Site.Params.P3.Links }} {{ end }}

Consortium Partners

{{ $logo := resources.Get "images/global/logos/auth-white.png" }} {{ with $logo }} {{ $logoimage := (.Resize "500x webp q90").RelPermalink }} {{ end }} {{ $logo := resources.Get "images/global/logos/auth-red.png" }} {{ with $logo }} {{ $logoimage := (.Resize "500x webp q90").RelPermalink }} Aristotle University of Thessaloniki {{ end }} {{ $logo := resources.Get "images/global/logos/Prisma_logo.png" }} {{ with $logo }} {{ $logoimage := (.Resize "500x webp q90").RelPermalink }} Prisma Electronics {{ end }}

Supported By

Programme of the European Union – Next GenerationEU

{{ $logo := resources.Get "images/global/logos/EN_Funded_by_European_Union_vert_RGB_NEG.png" }} {{ with $logo }} {{ $logoimage := (.Resize "500x webp q90").RelPermalink }} {{ end }} {{ $logo := resources.Get "images/global/logos/EN_Funded_by_European_Union_vert_RGB_POS.png" }} {{ with $logo }} {{ $logoimage := (.Resize "500x webp q90").RelPermalink }} Funded by the European Union - NextGenerationEU {{ end }} {{ $logo := resources.Get "images/global/logos/Greece20.png" }} {{ with $logo }} {{ $logoimage := (.Resize "500x webp q90").RelPermalink }} Greece20 {{ end }} {{ $logo := resources.Get "images/global/logos/ministry.png" }} {{ with $logo }} {{ $logoimage := (.Resize "500x webp q90").RelPermalink }} Hellenic Republic - Ministry of Digital Governance {{ end }} {{ $logo := resources.Get "images/global/logos/ESA_logo_2020_White.png" }} {{ with $logo }} {{ $logoimage := (.Resize "500x webp q90").RelPermalink }} {{ end }} {{ $logo := resources.Get "images/global/logos/ESA_logo_2020_Deep.png" }} {{ with $logo }} {{ $logoimage := (.Resize "500x webp q90").RelPermalink }} Greece20 {{ end }}

{{ .Site.Params.P4.Heading }}

{{ range .Site.Params.P4.Content }}

{{ .text }}

{{ end }}
{{ $posts := where .Site.RegularPages "Section" "posts" | first 3 }} {{ range $posts }}
{{ with .Params.featured_image }} {{ with resources.Get . }} {{ $postimage := (.Resize "500x webp q90").RelPermalink }} {{ .Title }} {{ end }} {{ end }}
{{ .Title }}

{{ .Params.summary }}

Tags: {{ range $elem_index, $elem_val := (.GetTerms "tags") }} {{- if gt $elem_index 0 }}, {{ end -}} {{ .LinkTitle }} {{- end -}}
{{ .Params.author }} {{ with .Params.authorimage }} {{ with resources.Get . }} {{ if eq .MediaType.SubType "svg" }} {{ $authorimage := .RelPermalink }} {{ else }} {{ $authorimage := (.Resize "40x webp").RelPermalink }} {{ end }} {{ end }} {{ end }}

{{ .Params.author }}

{{ math.Round (div (countwords .Content) 220.0) }} min read
{{ end }}
{{ if not .Site.Params.Disable_stay_uptodate}}

Contact Us

Questions, or interested in a collaboration? We would love to hear from you!

-
+
{{ end }}
{{ end }} \ No newline at end of file